@import url('https://fonts.googleapis.com/css?family=Abel|Heebo:100|Open+Sans+Condensed:300|Roboto');
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
}
li {
	margin-top: 6px;
}
.moreinfo {
	display:block;
	margin:20px auto 20px auto;
	width:100%;
	background: #118B84;
	padding:10px;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	max-width:280px;
	text-decoration:none;
}

a.moreinfo:hover {
	background: #0CBEB4;
	text-decoration:none;
	color:#FFFFFF;
}

li:first-child {
	margin-top: 0;
}
.boxcontainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#mainwrapper {
	padding: 0 0 440px 0;
	/* top height / right / bot height (top + bot) / left */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-x: hidden;
}
#page {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
	min-height: 100%;
	width: 100%;
	max-width: 1000px;
	background-color: #FFFFFF;
	box-shadow: 12px 8px 15px -4px rgba(0, 0, 0, 0.2), -12px 8px 8px -4px rgba(0, 0, 0, 0.2);
}
#top {
	display: block;
	margin-left: auto;
	margin-right: auto;
	/* - the top height */
	height: 80px;
	text-align: left;
	background: #FFFFFF;
	width: 100%;
	max-width: 1000px;
	font-family: 'Heebo', sans-serif;
	color: #19748F;
	font-size: 40px;
	font-weight: 600;
	margin: -5px auto 0 auto;
	box-shadow: 12px 16px 15px -4px rgba(0, 0, 0, 0.2), -12px 16px 8px -4px rgba(0, 0, 0, 0.2);
}
#bot {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	height: 298px;
	background: #99CCCC url(../site_images/footer_bg.jpg) no-repeat top left;
	width: 100%;
	max-width: 1000px;
	text-align: center;
	box-shadow: 12px 0px 15px -4px rgba(0, 0, 0, 0.2), -12px 0px 8px -4px rgba(0, 0, 0, 0.2);
}
.toplogo {
	width: 100%;
	max-width: 300px;
	margin-top: -60px;
}
.pagetitle {
	padding: 30px 0 0 20px;
}
.box1 {
	width: 55%;
	text-align: left;
	padding-left: 20px;
}
.box2 {
	text-align: center;
}
.box3 {
	width: 40%;
	text-align: center;
}
.box1a {
	width: 28%;
	text-align: left;
	padding-left: 30px;
	padding-top: 30px;
}
.box2a {
	width: 30%;
	text-align: left;
	padding-left: 20px;
	padding-top: 30px;
}
.box3a {
	width: 33%;
	text-align: right;
}
.bulletpoint {
	color: #67A87F;
	font-weight: 600;
}
.footercontent {
	display: block;
	float: right;
	width: 63%;
	text-align: left;
	padding: 20px 20px 0 0;
	font-size: 95%;
	color: #19748F;
	line-height: 16px;
}
.footeraddress {
	display: block;
	float: right;
	width: 63%;
	text-align: left;
	letter-spacing: 1px;
	padding: 60px 20px 0 0;
	font-size: 90%;
	color: #19748F;
	font-weight: 600;
}
a.footerphone:link, a.footersite:hover, a.footersite:active, a.footersite:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footersite:link, a.footerphone:hover, a.footerphone:active, a.footerphone:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/* ---------------------------------mobile---------------------------------- */

@media screen and (max-width: 800px) {
	#mainwrapper {
		position: relative;
		overflow: hidden;
		padding: 0 0 0 0;
	}
	#page {
		display: block;
		width: 95%;
		padding: 0 20px 10px 0;
		background-color: #FFFFFF;
		box-shadow: none;
	}
	#top {
		display: block;
		background: #FFFFFF;
		width: 95%;
		height: auto;
		box-shadow: none;
	}
	#bot {
		display: block;
		background: #B7DEC7 url(../site_images/footer_bg.jpg) no-repeat top left;
		width: 95%;
		height: auto;
		padding: 0 20px 0 20px;
		box-shadow: none;
	}
	.boxcontainer {
		flex-direction: column;
	}
	.first {
		order: 1;
	}
	.second {
		order: 2;
	}
	.third {
		order: 3
	}
	.box1 {
		width: 95%;
		text-align: left;
		padding-left: 20px;
		padding-right: 20px;
		overflow-wrap: normal;
	}
	.box2 {
		width: 95%;
		text-align: center;
	}
	.box3 {
		width: 100%;
		text-align: center;
	}
	.box1a {
		text-align: left;
		padding-left: 20px;
		width: 95%;
	}
	.box2a {
		text-align: left;
		padding-left: 20px;
		padding-bottom: 20px;
		margin-top: -50px;
		width: 95%;
	}
	.box3a {
		display: none;
		width: 95%;
	}
	.toplogo {
		margin-top: 0px;
		margin-left: 20px;
	}
	.pagetitle {
		line-height: 40px;
		padding: 30px 0 0 20px;
	}
	.footercontent {
		display: block;
		float: none;
		width: 95%;
		text-align: left;
		padding: 20px 20px 0 0;
		font-size: 110%;
		color: #19748F;
		line-height: 20px;
	}
	.footeraddress {
		display: block;
		float: none;
		width: 95%;
		text-align: left;
		letter-spacing: 1px;
		padding: 30px 20px 20px 0;
		font-size: 90%;
		color: #19748F;
		font-weight: 600;
	}
}